TryGetValue Method (ReadOnlyDictionary<TKey,TValue>)
In This Topic
Syntax
'Declaration
Public Function TryGetValue( _
ByVal As , _
ByRef As _
) As Boolean
public bool TryGetValue(
,
out
)
public:
bool TryGetValue(
,
[Out]
)
Parameters
- key
- value
See Also